vendor/golang.org/x/crypto/cryptobyte.String.Empty (method)
97 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L705: if !i.ReadASN1Integer(out) || !i.Empty() {
asn1.go#L726: if !child.ReadASN1(&oct, asn1.OCTET_STRING) || !child.Empty() {
string.go#L181: func (s String) Empty() bool {
crypto/ecdsa
ecdsa.go#L539: !input.Empty() ||
ecdsa.go#L542: !inner.Empty() {
ecdsa_legacy.go#L79: !input.Empty() ||
ecdsa_legacy.go#L82: !inner.Empty() {
crypto/tls
ech.go#L86: for !cipherSuites.Empty() {
ech.go#L108: for !extensions.Empty() {
ech.go#L250: for !extensions.Empty() {
ech.go#L311: for !extensions.Empty() {
ech.go#L325: for !extData.Empty() {
ech.go#L512: if !s.Empty() {
handshake_messages.go#L434: for !cipherSuites.Empty() {
handshake_messages.go#L449: if s.Empty() {
handshake_messages.go#L455: if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
handshake_messages.go#L460: for !extensions.Empty() {
handshake_messages.go#L478: if !extData.ReadUint16LengthPrefixed(&nameList) || nameList.Empty() {
handshake_messages.go#L481: for !nameList.Empty() {
handshake_messages.go#L486: serverName.Empty() {
handshake_messages.go#L515: if !extData.ReadUint16LengthPrefixed(&curves) || curves.Empty() {
handshake_messages.go#L518: for !curves.Empty() {
handshake_messages.go#L538: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L541: for !sigAndAlgs.Empty() {
handshake_messages.go#L552: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L555: for !sigAndAlgs.Empty() {
handshake_messages.go#L575: if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
handshake_messages.go#L578: for !protoList.Empty() {
handshake_messages.go#L580: if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
handshake_messages.go#L591: if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
handshake_messages.go#L594: for !versList.Empty() {
handshake_messages.go#L613: for !clientShares.Empty() {
handshake_messages.go#L637: if !extensions.Empty() {
handshake_messages.go#L641: if !extData.ReadUint16LengthPrefixed(&identities) || identities.Empty() {
handshake_messages.go#L644: for !identities.Empty() {
handshake_messages.go#L654: if !extData.ReadUint16LengthPrefixed(&binders) || binders.Empty() {
handshake_messages.go#L657: for !binders.Empty() {
handshake_messages.go#L674: if !extData.Empty() {
handshake_messages.go#L883: if s.Empty() {
handshake_messages.go#L889: if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
handshake_messages.go#L894: for !extensions.Empty() {
handshake_messages.go#L921: if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
handshake_messages.go#L926: proto.Empty() || !protoList.Empty() {
handshake_messages.go#L932: if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
handshake_messages.go#L935: for !sctList.Empty() {
handshake_messages.go#L991: if !extData.Empty() {
handshake_messages.go#L1060: !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
handshake_messages.go#L1065: for !extensions.Empty() {
handshake_messages.go#L1081: if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
handshake_messages.go#L1086: proto.Empty() || !protoList.Empty() {
handshake_messages.go#L1113: if !extData.Empty() {
handshake_messages.go#L1156: !s.ReadUint8(&updateRequested) || !s.Empty() {
handshake_messages.go#L1215: !s.Empty() {
handshake_messages.go#L1219: for !extensions.Empty() {
handshake_messages.go#L1237: if !extData.Empty() {
handshake_messages.go#L1319: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
handshake_messages.go#L1321: !s.Empty() {
handshake_messages.go#L1325: for !extensions.Empty() {
handshake_messages.go#L1340: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L1343: for !sigAndAlgs.Empty() {
handshake_messages.go#L1353: if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
handshake_messages.go#L1356: for !sigAndAlgs.Empty() {
handshake_messages.go#L1366: if !extData.ReadUint16LengthPrefixed(&auths) || auths.Empty() {
handshake_messages.go#L1369: for !auths.Empty() {
handshake_messages.go#L1381: if !extData.Empty() {
handshake_messages.go#L1527: !s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
handshake_messages.go#L1529: !s.Empty() {
handshake_messages.go#L1544: for !certList.Empty() {
handshake_messages.go#L1552: for !extensions.Empty() {
handshake_messages.go#L1574: if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
handshake_messages.go#L1577: for !sctList.Empty() {
handshake_messages.go#L1591: if !extData.Empty() {
handshake_messages.go#L1647: len(m.response) == 0 || !s.Empty() {
handshake_messages.go#L1711: s.Empty()
handshake_messages.go#L1880: return readUint16LengthPrefixed(&s, &m.signature) && s.Empty()
ticket.go#L205: for !extra.Empty() {
ticket.go#L252: for !chainList.Empty() {
ticket.go#L262: for !certList.Empty() {
crypto/x509
parser.go#L149: for !raw.Empty() {
parser.go#L155: for !set.Empty() {
parser.go#L188: if der.Empty() {
parser.go#L386: for !der.Empty() {
parser.go#L469: for !der.Empty() {
parser.go#L489: for !der.Empty() {
parser.go#L553: !outer.Empty() ||
parser.go#L556: !toplevel.Empty() {
parser.go#L569: for !subtrees.Empty() {
parser.go#L725: for !val.Empty() {
parser.go#L741: for !dpNameDER.Empty() {
parser.go#L819: for !val.Empty() {
parser.go#L849: for !val.Empty() {
parser.go#L1038: for !extensions.Empty() {
parser.go#L1198: for !revokedSeq.Empty() {
parser.go#L1224: for !extensions.Empty() {
parser.go#L1262: for !extensions.Empty() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |